home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / irit40e1.zip / IRIT.CFG < prev    next >
Text File  |  1994-01-04  |  1KB  |  41 lines

  1. ;The startup file - make it null string if none is needed. This file
  2. ;will be searched along the DOS PATH setup, starting from current directory.
  3. StartFile    "iritinit.irt"
  4.  
  5. ;Format control on floating pointing numbers printing format.
  6. ;Be careful. If you use float instead of double, use "%-8.6g".
  7. FloatFrmt    "%-8.6lg"
  8.  
  9. ;If TRUE (default) generates graphics. Otherwise only generates geometry
  10. ; but it can not be displayed.
  11. DoGraphics    TRUE
  12.  
  13. ;Colors to objects loaded using LOAD command (if not specified in object
  14. ;itself), for boolean objects results, and primitive objects created.
  15. ;Color are supported only on EGA/VGA system as follows:
  16. ;
  17. ; BLACK         =  0
  18. ; BLUE         =  1
  19. ; GREEN         =  2
  20. ; CYAN         =  3
  21. ; RED         =  4
  22. ; MAGENTA      =  5
  23. ; BROWN         =  6
  24. ; LIGHTGRAY     =  7
  25. ; DARKGRAY     =  8
  26. ; LIGHTBLUE     =  9
  27. ; LIGHTGREEN     =  10
  28. ; LIGHTCYAN     =  11
  29. ; LIGHTRED     =  12
  30. ; LIGHTMAGENTA     =  13
  31. ; YELLOW     =  14
  32. ; WHITE         =  15
  33. ;
  34. LoadColor    1
  35. ICrvColor    14
  36. BoolColor    2
  37. PrimColor    4
  38.  
  39. ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
  40. LogFile        "irit.log"
  41.